home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / t-next < prev    next >
Encoding:
Text File  |  1994-12-22  |  381 b   |  10 lines

  1. # libgcc1.c is not needed, since the standard library has these functions.
  2. LIBGCC1=libgcc1.null
  3. CROSS_LIBGCC1=libgcc1.null
  4.  
  5. # Specify other dirs of system header files to be fixed.
  6. OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
  7.  
  8. # <limits.h> is sometimes in /usr/include/ansi/limits.h.
  9. LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]
  10.